GetCell Method (C1TableViewSource<T>)
Called by the table view to get populate the row at indexPath with a cell view.
'Declaration
Public Overrides NotOverridable Function GetCell( _
ByVal As UIKit.UITableView, _
ByVal As Foundation.NSIndexPath _
) As UIKit.UITableViewCell
public override UIKit.UITableViewCell GetCell(
UIKit.UITableView ,
Foundation.NSIndexPath
)
Parameters
- tableView
- Table view requesting the cell.
- indexPath
- Location of the row where the cell will be displayed.
Return Value
An object that inherits from UIKit.UITableViewCell that the table can use for the specified row. Do not return null or an assertion will be raised.